FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package gdrl.fhir.r4#1.3.1 (94 ms)

Package gdrl.fhir.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=gdrl.fhir.r4@1.3.1&canonical=https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabBundleNotificaGiornaliera
Url https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabBundleNotificaGiornaliera
Status active
Date 2023-12-21T14:31:53.6384566+00:00
Name ReteLabBundleNotificaGiornaliera
Experimental False
Description Profilo volto a descrivere la risorsa Bundle nell'ambito della notifica giornaliera delle prestazioni da parte dei laboratori.
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabMessageHeader ReteLabMessageHeader
https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL1 ReteLabOrganizationL1
https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL2 ReteLabOrganizationL2
https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL3 ReteLabOrganizationL3
https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL4 ReteLabOrganizationL4
https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationLaboratorio ReteLabOrganizationLaboratorio
https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabServiceRequestRichiestaEsamiLab ReteLabServiceRequestRichiestaEsamiLab
https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabSpecimenCampioneLaboratorio ReteLabSpecimenCampioneLaboratorio


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabBundleNotificaGiornaliera",
  "name" : "ReteLabBundleNotificaGiornaliera",
  "status" : "active",
  "date" : "2023-12-21T14:31:53.6384566+00:00",
  "description" : "Profilo volto a descrivere la risorsa Bundle nell'ambito della notifica giornaliera delle prestazioni da parte dei laboratori.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "fixedCode" : "message"
      },
      {
        "id" : "Bundle.timestamp",
        "path" : "Bundle.timestamp",
        "definition" : "Corrispondente campo HL7 secondo specifiche regionali: MSH-7.1"
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "resolve()"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Bundle.entry:MessageHeader",
        "path" : "Bundle.entry",
        "sliceName" : "MessageHeader",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:MessageHeader.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabMessageHeader"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:ServiceRequest",
        "path" : "Bundle.entry",
        "sliceName" : "ServiceRequest",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:ServiceRequest.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabServiceRequestRichiestaEsamiLab"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Organization",
        "path" : "Bundle.entry",
        "sliceName" : "Organization",
        "short" : "Organization Laboratorio, L1 e L2 sono obbligatorie. Devono essere presenti almeno due Organization che riportano il codice dell’ente e del presidio del laboratorio; le informazioni sul reparto e sull’ambulatorio sono facoltative a meno di presidi che possiedono più laboratori. In tal caso, è necessario specificare un livello di dettaglio opportuno della struttura (tramite il Organization L3 e L4) al fine del riconoscimento del laboratorio incaricato.",
        "min" : 2
      },
      {
        "id" : "Bundle.entry:Organization.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationLaboratorio",
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL1",
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL2",
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL3",
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL4"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Specimen",
        "path" : "Bundle.entry",
        "sliceName" : "Specimen"
      },
      {
        "id" : "Bundle.entry:Specimen.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabSpecimenCampioneLaboratorio"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.